Fix a flaky tests on Windows
authorAlex Crichton <alex@alexcrichton.com>
Tue, 4 Aug 2015 03:46:24 +0000 (20:46 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 4 Aug 2015 03:46:24 +0000 (20:46 -0700)
commit6d472294b107dfcdac2c4b8b6915fe836049166a
tree1f59fd7025947fcee427d9a09ee4f050ca7b31e3
parent1b902d4f841beec6d442d6527c98ef8961545067
Fix a flaky tests on Windows

Windows doesn't like us deleting files right after running a process that works
on them, so be sure to call `cargo` instead of `cargo_process`.
tests/test_cargo_test.rs